3.172 \(\int \frac{1}{x^2 (a+b \sin ^{-1}(c x))^3} \, dx\)

Optimal. Leaf size=16 \[ \text{Unintegrable}\left (\frac{1}{x^2 \left (a+b \sin ^{-1}(c x)\right )^3},x\right ) \]

[Out]

Unintegrable[1/(x^2*(a + b*ArcSin[c*x])^3), x]

________________________________________________________________________________________

Rubi [A]  time = 0.0229158, antiderivative size = 0, normalized size of antiderivative = 0., number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0., Rules used = {} \[ \int \frac{1}{x^2 \left (a+b \sin ^{-1}(c x)\right )^3} \, dx \]

Verification is Not applicable to the result.

[In]

Int[1/(x^2*(a + b*ArcSin[c*x])^3),x]

[Out]

Defer[Int][1/(x^2*(a + b*ArcSin[c*x])^3), x]

Rubi steps

\begin{align*} \int \frac{1}{x^2 \left (a+b \sin ^{-1}(c x)\right )^3} \, dx &=\int \frac{1}{x^2 \left (a+b \sin ^{-1}(c x)\right )^3} \, dx\\ \end{align*}

Mathematica [A]  time = 17.8547, size = 0, normalized size = 0. \[ \int \frac{1}{x^2 \left (a+b \sin ^{-1}(c x)\right )^3} \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[1/(x^2*(a + b*ArcSin[c*x])^3),x]

[Out]

Integrate[1/(x^2*(a + b*ArcSin[c*x])^3), x]

________________________________________________________________________________________

Maple [A]  time = 0.5, size = 0, normalized size = 0. \begin{align*} \int{\frac{1}{{x}^{2} \left ( a+b\arcsin \left ( cx \right ) \right ) ^{3}}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/x^2/(a+b*arcsin(c*x))^3,x)

[Out]

int(1/x^2/(a+b*arcsin(c*x))^3,x)

________________________________________________________________________________________

Maxima [A]  time = 0., size = 0, normalized size = 0. \begin{align*} -\frac{a c^{2} x^{2} + \sqrt{c x + 1} \sqrt{-c x + 1} b c x +{\left (b c^{2} x^{2} - 2 \, b\right )} \arctan \left (c x, \sqrt{c x + 1} \sqrt{-c x + 1}\right ) +{\left (b^{4} c^{2} x^{3} \arctan \left (c x, \sqrt{c x + 1} \sqrt{-c x + 1}\right )^{2} + 2 \, a b^{3} c^{2} x^{3} \arctan \left (c x, \sqrt{c x + 1} \sqrt{-c x + 1}\right ) + a^{2} b^{2} c^{2} x^{3}\right )} \int \frac{c^{2} x^{2} - 6}{b^{3} c^{2} x^{4} \arctan \left (c x, \sqrt{c x + 1} \sqrt{-c x + 1}\right ) + a b^{2} c^{2} x^{4}}\,{d x} - 2 \, a}{2 \,{\left (b^{4} c^{2} x^{3} \arctan \left (c x, \sqrt{c x + 1} \sqrt{-c x + 1}\right )^{2} + 2 \, a b^{3} c^{2} x^{3} \arctan \left (c x, \sqrt{c x + 1} \sqrt{-c x + 1}\right ) + a^{2} b^{2} c^{2} x^{3}\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x^2/(a+b*arcsin(c*x))^3,x, algorithm="maxima")

[Out]

-1/2*(a*c^2*x^2 + sqrt(c*x + 1)*sqrt(-c*x + 1)*b*c*x + (b*c^2*x^2 - 2*b)*arctan2(c*x, sqrt(c*x + 1)*sqrt(-c*x
+ 1)) + 2*(b^4*c^2*x^3*arctan2(c*x, sqrt(c*x + 1)*sqrt(-c*x + 1))^2 + 2*a*b^3*c^2*x^3*arctan2(c*x, sqrt(c*x +
1)*sqrt(-c*x + 1)) + a^2*b^2*c^2*x^3)*integrate(1/2*(c^2*x^2 - 6)/(b^3*c^2*x^4*arctan2(c*x, sqrt(c*x + 1)*sqrt
(-c*x + 1)) + a*b^2*c^2*x^4), x) - 2*a)/(b^4*c^2*x^3*arctan2(c*x, sqrt(c*x + 1)*sqrt(-c*x + 1))^2 + 2*a*b^3*c^
2*x^3*arctan2(c*x, sqrt(c*x + 1)*sqrt(-c*x + 1)) + a^2*b^2*c^2*x^3)

________________________________________________________________________________________

Fricas [A]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\frac{1}{b^{3} x^{2} \arcsin \left (c x\right )^{3} + 3 \, a b^{2} x^{2} \arcsin \left (c x\right )^{2} + 3 \, a^{2} b x^{2} \arcsin \left (c x\right ) + a^{3} x^{2}}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x^2/(a+b*arcsin(c*x))^3,x, algorithm="fricas")

[Out]

integral(1/(b^3*x^2*arcsin(c*x)^3 + 3*a*b^2*x^2*arcsin(c*x)^2 + 3*a^2*b*x^2*arcsin(c*x) + a^3*x^2), x)

________________________________________________________________________________________

Sympy [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{1}{x^{2} \left (a + b \operatorname{asin}{\left (c x \right )}\right )^{3}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x**2/(a+b*asin(c*x))**3,x)

[Out]

Integral(1/(x**2*(a + b*asin(c*x))**3), x)

________________________________________________________________________________________

Giac [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{1}{{\left (b \arcsin \left (c x\right ) + a\right )}^{3} x^{2}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x^2/(a+b*arcsin(c*x))^3,x, algorithm="giac")

[Out]

integrate(1/((b*arcsin(c*x) + a)^3*x^2), x)